dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleSqlStatementCollection Class / CopyTo Method / CopyTo(OracleSqlStatement[],Int32) Method
The array to copy the OracleSqlStatement objects into.
The zero-based index in array at which copying begins.

In This Topic
    CopyTo(OracleSqlStatement[],Int32) Method
    In This Topic
    Copies OracleSqlStatement objects from the OracleSqlStatementCollection to the specified array.
    Syntax
    'Declaration
     
    Public Overloads Sub CopyTo( _
       ByVal array() As OracleSqlStatement, _
       ByVal index As Integer _
    ) 
    public void CopyTo( 
       OracleSqlStatement[] array,
       int index
    )

    Parameters

    array
    The array to copy the OracleSqlStatement objects into.
    index
    The zero-based index in array at which copying begins.
    See Also